projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17554a1
)
(nnmail-move-inbox): Pass proper format string to message.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 25 Jan 1996 00:56:09 +0000
(
00:56
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 25 Jan 1996 00:56:09 +0000
(
00:56
+0000)
lisp/nnmail.el
patch
|
blob
|
history
diff --git
a/lisp/nnmail.el
b/lisp/nnmail.el
index 069ac116797258266e31299053cea8c41ceb04b3..30b4741b37b3187f223d31366ae9d0997aef40a4 100644
(file)
--- a/
lisp/nnmail.el
+++ b/
lisp/nnmail.el
@@
-413,9
+413,9
@@
performed.")
(if (looking-at "movemail: ")
(delete-region (point-min) (match-end 0)))
(beep t)
- (message
(concat "movemail:
"
-
(buffer-substring (point-min)
-
(point-max)
)))
+ (message
"movemail: %s
"
+ (buffer-substring (point-min)
+
(point-max
)))
(sit-for 3)
nil)))))
(and errors